1ca1b5b4321ce2b54e1a4de276db50cb7bc21d21,util-taglib/src/com/liferay/taglib/util/VelocityTaglib.java,VelocityTaglib,actionURL,#String#String#Boolean#Boolean#Boolean#String#number#String#Boolean#Boolean#number#Boolean#String#,108
Before Change
queryString);
boolean writeOutput = false;
return ActionURLTag.doTag(
PortletRequest.ACTION_PHASE, windowState, portletMode, var, varImpl,
secure, copyCurrentRenderParameters, escapeXml, name, resourceID,
cacheability, plid, portletName, anchor, encrypt, doAsUserId,
portletConfiguration, params, writeOutput, _pageContext);
}
public String actionURL(
After Change
Map<String, String[]> params = HttpUtil.parameterMapFromString(
queryString);
ActionURLTag.doTag(
PortletRequest.ACTION_PHASE, windowState, portletMode, var, varImpl,
secure, copyCurrentRenderParameters, escapeXml, name, resourceID,
cacheability, plid, portletName, anchor, encrypt, doAsUserId,
portletConfiguration, params, _pageContext);
}
public void actionURL(